Name | Description | |
---|---|---|
![]() | FilterUnaryExpression<T> Constructor | Initializes a new instance of the FilterUnaryExpression<T> class. |
The following tables list the members exposed by FilterUnaryExpression<T>.
Name | Description | |
---|---|---|
![]() | FilterUnaryExpression<T> Constructor | Initializes a new instance of the FilterUnaryExpression<T> class. |
Name | Description | |
---|---|---|
![]() | FilterOperation | The current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'. (Inherited from C1.DataCollection.FilterOperationExpression) |
![]() | FilterPath | Path of the data item used get the value to which the expression will be applied. (Inherited from C1.DataCollection.FilterOperationExpression) |
![]() | Value | The filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA". (Inherited from C1.DataCollection.FilterOperationExpression) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from C1.DataCollection.FilterOperationExpression) |
![]() | GetHashCode | (Inherited from C1.DataCollection.FilterOperationExpression) |
![]() | ToString | Returns a System.String that represents this instance. (Inherited from C1.DataCollection.FilterOperationExpression) |
Name | Description | |
---|---|---|
![]() | GetExpresssionInScope | Gets the expression corresponding to the specified scope. |
![]() | IsExpresssionInScope | Gets whether the expression belongs to the specified scope. |
![]() | RemoveExpressionInScope | Removes the expression in the specified scope. |
![]() | ReplaceExpressionInScope | Replaces the expression in the specified scope by the newExpression. |